home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / iGet2.0.3.dmg / iGet.app / Contents / Resources / com.fivespeed.core.fssheet.progress.nib / classes.nib next >
Encoding:
Text File  |  2006-01-19  |  998 b   |  32 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 auxButtonPressed = id; 
  6.                 cancelButtonPressed = id; 
  7.                 okButtonPressed = id; 
  8.                 showSheet = id; 
  9.                 showWindow = id; 
  10.             }; 
  11.             CLASS = FSSheet; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 accessoryView = id; 
  15.                 btnAux = NSButton; 
  16.                 btnCancel = NSButton; 
  17.                 btnOk = NSButton; 
  18.                 identifier = id; 
  19.                 imgIcon = NSImageView; 
  20.                 inputField = NSTextField; 
  21.                 piProgress = NSProgressIndicator; 
  22.                 target = id; 
  23.                 txtBody = NSTextField; 
  24.                 txtHeading = NSTextField; 
  25.                 txtWindowMessage = NSTextField; 
  26.             }; 
  27.             SUPERCLASS = NSWindowController; 
  28.         }, 
  29.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  30.     ); 
  31.     IBVersion = 1; 
  32. }